From: Richard M. Stallman Date: Sun, 21 Mar 1993 22:58:10 +0000 (+0000) Subject: (HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Defined. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96758 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=427aa35a107e1eb9cfd734ee9f51821f08f259b5;p=emacs.git (HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Defined. --- diff --git a/src/s/dgux.h b/src/s/dgux.h index f42a2a83d79..437e1106f78 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -218,7 +218,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * seem to wait for the output to drain properly, so use System V. */ -/* #define HAVE_TERMIO */ +#define HAVE_TERMIO +#define SIGNALS_VIA_CHARACTERS /* * DG/UX 4.10 needs the following to turn on berkeley ioctl's.